Route Discovery
A message used in a traceroute
Content copied to clipboard
meshtastic.RouteDiscovery
Types
Properties
Functions
Link copied to clipboard
inline fun MeshProtos.RouteDiscovery.copy(block: RouteDiscoveryKt.Dsl.() -> Unit): MeshProtos.RouteDiscovery
inline fun MeshProtos.RouteDiscovery.copy(block: RouteDiscoveryKt.Dsl.() -> Unit): MeshProtos.RouteDiscovery
inline fun MeshProtos.RouteDiscovery.copy(block: RouteDiscoveryKt.Dsl.() -> Unit): MeshProtos.RouteDiscovery
inline fun MeshProtos.RouteDiscovery.copy(block: RouteDiscoveryKt.Dsl.() -> Unit): MeshProtos.RouteDiscovery
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The list of nodenums the packet has visited on the way back from the destination.
Content copied to clipboard
repeated fixed32 route_back = 3;
Link copied to clipboard
The list of nodenums the packet has visited on the way back from the destination.
Content copied to clipboard
repeated fixed32 route_back = 3;
Link copied to clipboard
The list of nodenums the packet has visited on the way back from the destination.
Content copied to clipboard
repeated fixed32 route_back = 3;
Link copied to clipboard
The list of nodenums this packet has visited so far to the destination.
Content copied to clipboard
repeated fixed32 route = 1;
Link copied to clipboard
The list of nodenums this packet has visited so far to the destination.
Content copied to clipboard
repeated fixed32 route = 1;
Link copied to clipboard
Link copied to clipboard
The list of SNRs (in dB, scaled by 4) in the route back from the destination.
Content copied to clipboard
repeated int32 snr_back = 4;
Link copied to clipboard
The list of SNRs (in dB, scaled by 4) in the route back from the destination.
Content copied to clipboard
repeated int32 snr_back = 4;
Link copied to clipboard
The list of SNRs (in dB, scaled by 4) in the route back from the destination.
Content copied to clipboard
repeated int32 snr_back = 4;
Link copied to clipboard
The list of SNRs (in dB, scaled by 4) in the route towards the destination.
Content copied to clipboard
repeated int32 snr_towards = 2;
Link copied to clipboard
The list of SNRs (in dB, scaled by 4) in the route towards the destination.
Content copied to clipboard
repeated int32 snr_towards = 2;
Link copied to clipboard
The list of SNRs (in dB, scaled by 4) in the route towards the destination.
Content copied to clipboard
repeated int32 snr_towards = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.RouteDiscovery
Link copied to clipboard
Link copied to clipboard